Hi, I just joined up to sell my first e-book.



The Buy it Now button works great, but it displays a Visa/mastercard logo. How can I make it show the Paypal logo instead?



Thanks

  • created

    Jul '09
  • last reply

    Jul '09
  • 1

    reply

  • 1.2k

    views

  • 2

    users

  • 3

    links

Hello,



You would need to replace the URL of the image currently being used to the URL of the image you want.



For example here is a Buy Now button as it would be copied from E-junkie:



<a href="2https://www.e-junkie.com/ecom/gb.php?i=XXXXXX&c=single&cl=XXXXX2" target="ejejcsingle"><img src="2http://www.e-junkie.com/ej/x-click-butcc.gif2" border="0" alt="Buy Now"/></a>



and here is after being changed:



<a href="2https://www.e-junkie.com/ecom/gb.php?i=XXXXXX&c=single&cl=XXXXX2" target="ejejcsingle"><img src="2http://yoursite.com/yourimage.gif2" border="0" alt="Buy Now"/></a>